home *** CD-ROM | disk | FTP | other *** search
/ Virtual Sex Shoot / Virtual Sex Shoot.iso / mac / Virtual Sex Shoot / Virtual Sex Shoot.DXR / 00340_Get.ls < prev    next >
Encoding:
Text File  |  1995-09-24  |  194 b   |  14 lines

  1. global gPanoFrame
  2.  
  3. on mouseUp
  4.   CloseNavMovie()
  5.   if gPanoFrame <> EMPTY then
  6.     go(gPanoFrame)
  7.     set gPanoFrame to EMPTY
  8.   else
  9.     go("Pano")
  10.   end if
  11.   updateStage()
  12.   ShowPanoMovie()
  13. end
  14.